home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rebound.swf / scripts / DefineButton2_309 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  155 b   |  9 lines

  1. on(release){
  2.    if(_root.pauses == false)
  3.    {
  4.       _root.reboundcounts = 0;
  5.       this._parent._visible = false;
  6.       _root.nextFrame();
  7.    }
  8. }
  9.